From 5fc32d22f2975d14e23fdbdab6db2e6297a47869 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Wed, 10 Jan 2007 11:09:21 +0000 Subject: [PATCH] [XEN] Remove bogus BUG_ON() which breaks the build with gcc 4.2.0. Signed-off-by: Keir Fraser --- xen/common/symbols.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/xen/common/symbols.c b/xen/common/symbols.c index 496f231f8b..fba6cf0867 100644 --- a/xen/common/symbols.c +++ b/xen/common/symbols.c @@ -94,9 +94,6 @@ const char *symbols_lookup(unsigned long addr, unsigned long i, low, high, mid; unsigned long symbol_end = 0; - /* This kernel should never had been booted. */ - BUG_ON(!symbols_addresses); - namebuf[KSYM_NAME_LEN] = 0; namebuf[0] = 0; -- 2.30.2